projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ce6cc
)
Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean...
author
Karl Fogel
<kfogel@red-bean.com>
Mon, 1 Oct 2012 03:34:02 +0000
(22:34 -0500)
committer
Karl Fogel
<kfogel@red-bean.com>
Mon, 1 Oct 2012 03:34:02 +0000
(22:34 -0500)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 7470f7bd62cec51819ac760d96e00052ff693201..3259d6283f91ed5fd891571081ea25f7376f41f1 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-106,7
+106,7
@@
just use the value of `version-control'."
:type '(choice (const :tag "If existing" nil)
(const :tag "Never" never)
(const :tag "Use the value of `version-control'" nospecial)
- (const :tag "Always" t))
+
(const :tag "Always" t))
:group 'bookmark)